* {
	font-family: "微软雅黑", 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
div:focus{
	outline:none;
   }
body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
button,
textarea,
p,
a {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

html,
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-moz-user-select: none;
	/*火狐*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
}

input,
textarea {
	-webkit-user-select: auto;
	/*webkit浏览器*/
	margin: 0px;
	padding: 0px;
	outline: none;
}

/******************************************************首页css***********************************/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

body,
html {
	width: 100%;
	height: 100%;
	background: #fff;
}
.main_page,
.website_wrapper {
	width: 100%;
	height: 100%;
	min-width: 900px;
}
.nav_wrapper {
	width:100%;
	height: 260px;
	background: url(../img/wf_banner.png) center top no-repeat;
	background-size: cover;
	position: relative;
	min-width: 900px;
}
.top_nav{
	width:72.5%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	min-width: 900px;
}
.nav_info{
	width: 100%;
}
.w_title{
	width: 214px;
	margin-top: 40px;
	display: inline-block;
}
.p1{
	
	padding-top:30px;
	padding-bottom:4px;
	
	position: relative;
}
.b_title{
	color:#fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 4px;
	position: relative;
	z-index: 3;
}
.yellow_line{
	width: 218px;
    height: 10px;
    background: #FFB700;
    position: absolute;
    bottom: 6px;
	left: -3px;
	z-index: 1;
}
.p2{
	color:#fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.nav_bar{
	width: 100%;
	margin-top:34px;
}
.nav_li{
	width:90px;
	height: 90px;
	display: block;
	float:left;
	margin-right:2px;
	cursor: pointer;
}
.nav_img{
	width: 90px;
	height: 90px;
	display: block;
}
.nav3{
	line-height: 90px;
	background: rgba(248, 152, 152, 0.8);
	text-align: center;
	color:#fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.top_bg{
	width: 100%;
	height: 94px;
	background: rgb(255, 255, 255, 0.3);
	position: absolute;
	left:0;
	bottom:15px;
	z-index: 1;
}
.news_wrapper{
	width: 100%;
	padding-bottom: 20px;
	background: url(../img/news_bg.png) center top no-repeat #fff;
	background-size: 100% 100%;
}
.news_content{
	width: 72.5%;
	margin: 0 auto;
	min-width: 900px;
}
.latest{
	padding:15px 0px;
}
.s1,.s3{
	font-size: 18px;
	color:#2D2D2D;
	font-weight: bold;
	vertical-align: middle;
}
.s2{
	display: inline-block;
	width:2px;
	height: 14px;
	background: #2D2D2D;
	vertical-align: middle;
	margin:0px 8px;
}
.news_list,.two_news,.four_news{
	width: 100%;
}
.two_news{
	margin-bottom: 20px;
}
.news_big{
	width: 49%;
	float: left;
	margin-right: 2%;
	position: relative;
}
.border_box{
	width: 100%;
	height: 100%;
	border:3px solid #73339A;
	box-sizing: border-box;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	display: none;
}
.news_active .border_box{
	display: block;
}
.news_li{
	overflow: hidden;
	cursor: pointer;
	background: #000;
}
.news_img{
	transition: 0.4s ease-in;
}
.transition1{
	-webkit-transform:scale(1.1);
}
.two_news :nth-child(2){
	margin-right: 0px;
}
.news_small{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	position: relative;
}
.four_news :nth-child(4){
	margin-right: 0px;
}
.placeholder_img{
	width: 100%;
	display: block;
	position: relative;
	opacity: 0;
}
.news_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
.note_big{
	width: 100%;
	height:110px;
	background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 38%,rgba(0,0,0,0.6) 100%);
	position: absolute;
	bottom:0;
	left:0;
}
.note{
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	padding:16px;
	box-sizing: border-box;
}
.t1{
	color:#fff;
	font-size: 14px;
	padding-bottom:2px;
	height: 21px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.t2{
	color:#AFB6BC;
	font-size: 14px;
	padding-bottom:6px;
}
.t3{
	color:#fff;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.join_us_wrapper{
	width: 100%;
	background: #fff;
	padding:20px 0px;
}
.join_us{
	width: 72.5%;
	margin: 0 auto;
	min-width: 900px;
	position: relative;
}
.join_bg{
	width: 100%;
	display: block;
}
.photo{
	height: 92%;
	position: absolute;
	top:4%;
	left:33%;
}
.h1{
	color:#fff;
	font-size:22px;
	position: absolute;
	left:74%;
	top:30%;
}
.h2{
	color:#fff;
	font-size: 15px;
	position: absolute;
	left:74%;
	top:42%;
}
.join_btn{
	display: inline-block;
	width:170px;
	height:34px;
	line-height: 34px;
	text-align: center;
	background:rgba(255,255,255,1);
	border-radius:4px;
	color:#325004;
	font-size: 15px;
	position: absolute;
	left:74%;
	top:62%;
	font-weight: bold;
	cursor: pointer;
	transition: 0.4s ease;
}
.transition2{
	color:#fff;
	background: #325004;
}
.foot_wrapper{
	width: 100%;
	background: #73339A;
	padding:34px 0px;
}
.foot_bar{
	width: 72.5%;
	margin: 0 auto;
	min-width: 900px;
	position: relative;
}
.foot_left{
	width: 40%;
	float: left;
}
.foot_middle{
	width: 35%;
	float: left;
}
.foot_right{
	width: 25%;
	float: left;
	position: relative;
}
.foot_title{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}
.foot_left a,.foot_middle a,.foot_right a{
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	display: block;
	cursor: pointer;
}
.foot_right .foot_s{
	color:#fff;
	font-size: 16px;
	line-height: 36px;
}
.line{
	width:1px;
	height: 90%;
	position: absolute;
	left:-16px;
	top:10%;
	background: rgb(255, 255, 255, 0.2);
}
.focus_bar{
	width: 100%;
	padding:40px 0px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
.focus_bar span{
	color:#fff;
	font-size: 14px;
	vertical-align: middle;
	margin-right:16px;
}
.focus_bar a{
	cursor: pointer;
}
.focus_img{
	vertical-align: middle;
	margin-right:10px;

}
.foot_txt{
	padding-top:40px;
}
.foot_txt p{
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}

.note_txt{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: #fff;
	transition: 0.4s ease-in;
}
.n1{
	color:#2D2D2D;
	font-size: 16px;
	font-weight: bold;
	padding:30px 20px 15px 20px;
}
.n1_txt{
	color:#C7376D;
}
.n2{
	color:#555;
	font-size: 14px;
	line-height: 20px;
	padding:0px 20px 20px 20px;
}
.top_scroll{
	width: 56px;
    position: fixed;
    bottom: 10%;
    right: 6%;
	z-index: 9999;
	cursor: pointer;
}
::-webkit-scrollbar-track-piece {
	background-color:#000000;
}
::-webkit-scrollbar {
	width:5px;
	height:5px;
}
::-webkit-scrollbar-thumb {
	background-color:#73339A;
	background-clip:padding-box;
}
/* 公益推广 */
.nav_wrapper_welfare {
	width:100%;
	height: 220px;
	background: url(../img/public_welfare_bg.png) center top no-repeat;
	background-size: cover;
	position: relative;
	min-width: 900px;
}
.welfare_top{
	width:72.5%;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
	min-width: 900px;
}
.welfare_top img{
	height: 80px;
	padding-top:70px;
	display: block;
}
.menu_wrapper{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_content{
	width: 72.5%;
	margin: 0 auto;
	min-width: 900px;
}
.prev_menu{
	line-height: 50px;
	color:#4497DD;
	font-size: 16px;
	background: url(../img/prev_link_blue.png) right center no-repeat;
	background-size: 9px auto;
	padding-right: 30px;
	margin-right:20px;
	float:left;
	cursor: pointer;
}
.item{
	float: left;
}
.item_name{
	float: left;
	height: 50px;
	line-height: 50px;
	color:#2D2D2D;
	font-size: 16px;
	position: relative;
	margin-right:20px;
	cursor: pointer;
}
.foot_wrapper2{
	width: 100%;
	background: #2E3546;
	padding:50px 0px;
}
.foot_part1{
	width: 30%;
	float: left;
}
.foot_part1 img{
	width: 130px;
}
.foot_part2{
	width: 20%;
	float: left;
}
.foot_part3{
	width: 30%;
	float: left;
}
.foot_part4{
	width: 20%;
	float: left;
	position: relative;
}
.foot_part2 a,.foot_part3 a,.foot_part4 a{
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	display: block;
	cursor: pointer;
}
.foot_part4 .foot_s{
	color:#fff;
	font-size: 16px;
	line-height: 36px;
}
.line{
	width:1px;
	height: 90%;
	position: absolute;
	left:-16px;
	top:10%;
	background: rgb(255, 255, 255, 0.2);
}
.welfare_wrapper{
	width: 100%;
	min-height: 600px;
	background: #fff;
}
.welfare_content{
	width: 72.5%;
	margin: 0 auto;
	min-width: 900px;
	position: relative;
}
.welfare_li{
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	cursor: pointer;
}
.welfare_img{
	width:22.5%;
	display: block;
	float: left;
	padding:20px 0px;
}
.welfare_txt{
	width:76%;
	height: 100%;
	position: absolute;
	right:0;
	top:0;
}
.w1{
	width: 100%;
	font-size: 16px;
	color:#2D2D2D;
	position: absolute;
	left:0;
	top:30px;
	font-weight: bold;
}
.w2{
	width: 100%;
	font-size: 14px;
	color:#555;
	position: absolute;
	left:0;
	bottom:30px;
}
.w_time{
	float: left;
}
.w_details{
	float: right;
	background: url(../img/prev_link_gray.png) right center no-repeat;
	background-size: 7px auto;
	padding-right: 17px;
}



.news_wrapper_welfare{
	width: 100%;
	background: #fff;
}
.news_content_welfare{
	width: 900px;
	margin: 0 auto;
	padding:30px 0px 60px 0px;
	min-height: 600px;
}
h1{
	color:#2D2D2D;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news_content_welfare span{
	color:#555;
	font-size: 12px;
	padding-bottom: 20px;
	display: inline-block;
}
.news_content_welfare img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
h2{
	color:#2D2D2D;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.news_content_welfare p{
	color:#555;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px;
	text-indent: 32px;
}
.news_content_welfare img{
	margin: 0 auto;
}
.find_more{
	width:220px;
	height:34px;
	border:1px solid #73339A;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	cursor: pointer;
	transition: 0.4s ease;
}
.find_more span{
	line-height: 34px;
	color:#73339A;
	font-size: 14px;
	background: url(../img/find_more_purple.png) right center no-repeat;
	background-size: 12px auto;
	padding-right:16px;
}
.transition_h{
	border:1px solid #73339A;
	background: #73339A;
}
.transition_h span{
	color:#fff;
	background: url(../img/find_more.png) right center no-repeat;
	background-size: 12px auto;
	padding-right:16px;
}

/* 搜索 */
.search_wrapper{
	width: 100%;
}
.search_content{
	width: 72.5%;
	margin: 0 auto;
	min-height: 600px;
	min-width: 900px;
	position: relative;
}
.search_bar{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.search_input{
	width:346px;
	background: #F8F9F9;
	border:none;
	height: 36px;
	line-height: 36px;
	padding:0px 70px 0px 40px;
	border-radius: 4px;
	color:#333333;
}
.search_img{
	height: 18px;
    position: absolute;
    top: 9px;
    left: 10px;
}
.search_btn{
	height: 36px;
	line-height: 36px;
	padding:0px 14px;
	color:#000;
	font-size: 15px;
	background: #FFB700;
	position: absolute;
	top:0px;
	left:400px;
	border-radius: 0px 4px 4px 0px; 
}
.match_checkbox{
	width:16px;
	height: 16px;
	display: block;
	float: left;
	cursor: pointer;
}
input[type="checkbox"] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
	position: relative;
	-moz-appearance: none;   /* Firefox */
}
 
input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #2D2D2D;
	border-radius: 2px;
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background:#fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #2D2D2D;
    border-radius:2px;
    color: #2D2D2D;
    font-size: 15px;
	font-weight: bold;
}
.disableInput[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
	border-radius: 2px;
}
.item_txt{
	float:left;
	font-size: 12px;
	margin-left:16px;
	margin-right:30px;
	vertical-align: middle;
	color:#2D2D2D;
}
.search_result{
	width: 100%;
	color:#999;
	font-size: 12px;
	margin-top:16px;
	margin-bottom: 30px;
}
.result_content{
	width: 90%;
}
.result_txt{
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color:#2d2d2d;
	border-bottom: 1px solid rgba(0,0,0,0.09);
	margin-bottom: 18px;
	cursor: pointer;
}
.result_left{
	width: 80%;
	margin-right: 5%;
	float: left;
}
.result_right{
	float:right;
}
.keywords{
	color:red;
}
.result_time{
	color:#999;
	font-size: 12px;
	margin-left:10px;
}
.result_right span{
	font-size: 14px;
	color:#2d2d2d;
	background: url(../img/prev_link_gray.png) right center no-repeat;
	background-size:8px auto;
	padding-right: 20px;
}
.page_bar {
    margin: 40px 0px;
    text-align: center;
}

/*分页*/
#pageGro{
	width:100%;
	height:30px;
	margin:40px 0px;
	text-align: center;
}
#pageGro div{
	font-size:14px;
	color:#2d2d2d;
	line-height:30px;
	margin:0px 5px;
}
#pageGro div ul li{
	font-size:14px;
	color:#2d2d2d;
	line-height:30px;
	float:left;
	margin:0px 5px;
}
#pageGro div ul li{
	width:30px;
	text-align:center;
	background: #ddd;
	cursor:pointer;
	color: #2d2d2d;
}
#pageGro div ul li.on{
	color:#fff;
	background: #73339A;
}
#pageGro .pageUp,#pageGro .pageDown{
	width:20px;
	height: 30px;
	text-align: center;
	cursor:pointer;
	display: inline-block;
	vertical-align: middle;
}
#pageGro .pageList{
	display: inline-block;
	vertical-align: middle;
}
#pageGro .pageUp img{
	width: 10px;
	user-select: none;
	padding-top: 6px;
}
#pageGro .pageDown img{
	width: 10px;
	user-select: none;
	padding-top: 6px;
}
img:focus{
	outline: none;
}

.loading2{
	width: 100%;
	height: 86%;
	min-height: 160px;
	position: absolute;
	top:14%;
	left:0;
	z-index: 10;
}
.loading2 img{
	width: 80px;
	position: absolute;
	top:40%;
	left:50%;
	margin-left:-40px;
	margin-top: -40px;
}
.circle{
	-webkit-animation:'circle' 1s infinite linear;
}
@-webkit-keyframes circle{
	0%{ transform:rotate(0deg); }
	100%{ transform:rotate(360deg); }
}
.none {
	display: none;
}

